Add an Expression

You can enter variable strings as an expression.

For example, if you want to add together two integer variables, follow these steps:

What you can include in a complex expression:

  • Index of array
  • Comparison “>”, “<”, “<>”, “=”
  • Operator “+”, “*”, “-“, “/”

Please note that the DIVIDE SIGN (/) is not interpreted as an operator when used with prefixed variables (e.g. MachineLogic/lastTravelSpeed)